home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetRuleBelow.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetRuleBelow__
- #define __PGetRuleBelow__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetRuleBelow : public PHandleQuery
- {
-
- public:
-
- PGetRuleBelow();
-
- PMBool bOnOff;
- short cLineStyle;
- const char * sLineColor;
- short cLineWidth;
- long xLeftIndent;
- long xRightIndent;
- short dWeight;
- PMBool bOpaque;
- short nLineTint;
- };
-
- #endif
-
- // end of PGetRuleBelow.h
-